Amphibian populations face significant threats from habitat loss, climate change, and direct human activities, such as road mortality. To lessen the impact of roads, amphibian road-crossing brigades have become a vital conservation effort. These initiatives involve volunteers assisting amphibians in safely crossing roads during their migratory periods in an attempt to reduce mortality and preserve the local populations (Valentine-Darby (2024)).
On the first rainy night in the springtime, when the temperature is between 45 and 50 degrees fahrenheit, hundreds of thousands of amphibians abandon their underground burrows and make the journey to vernal pools for breeding (Audubon (2024)). The mass migration of amphibian species that occurs each spring is referred to as “The Big Night” and attracts spectators from all over the Northeast (Audubon (2024)). The amphibians remain at the vernal pool for anywhere from a few days to weeks, with the males courting mates in a mass courtship ritual known as congressing. The males use their calls in an attempt to attract mates and the females lay their eggs in the vernal pools, and once this process is over, the amphibians return to their forest homes (Audubon (2024)). One of the challenges, however, that the migrating species face on their migration to the vernal pools for breeding is road crossings. Frogs and salamanders, two of the amphibian species that were looked at in this project, are relatively small and can easily be struck by cars (Joyce (2024)). Community science groups have been established to not only assist the amphibians while they are crossing roads to breed, but also to collect data and raise awareness about the importance of amphibians (Joyce (2024)).
Urbanization “involves the conversion of natural habitats into human-modified ecosystems”, and replaces natural habitats with different structures including “houses, buildings, roads and other impermeable surfaces” (Hamer and McDonnell (2010)). As a result of urbanization, both the diversity and abundance of animal communities are reduced (Hamer and McDonnell (2010)). Urbanization is exacerbating the challenges faced by amphibians. Previous research has shown that amphibians appear to be “exceptionally vulnerable to death on the road” with studies on 4 continents finding the percentage of vertebrates killed that were amphibians averaging “about 57 percent” (Beebee (2013)).
This project seeks to address the effects of urbanization, specifically the replacement of natural habitats with roads, on amphibian mortality in four species across four towns in New Hampshire over a ten-year period (2013 to 2023). The data included the number of deaths observed by road-crossing brigade volunteers of the Spotted Salamander (Ambystoma maculatum), Eastern Newt (Notophthalmus viridescens), Wood Frog (Lithobates sylvaticus) and Spring Peeper (Pseudacris crucifer) in Keene, Nelson, Hancock and Peterborough, New Hampshire.
By examining patterns of road mortality and evaluating the impact of conservation interventions, this project aims to evaluate the effectiveness of road-crossing brigades and offers actionable recommendations for reducing amphibian mortality in urban landscapes.
Map of NH with towns that amphibian data was collected from.
Figure 2: Eastern Newt
Figure 3: Wood Frog
Figure 4: Spring Peeper
Figure 5: Spotted Salamander
To visualize the geographic focus of the study, spatial data for New Hampshire’s political boundaries were loaded using the read_sf() function and filtered to include the towns of Hancock, Nelson, Peterborough, and Keene, where amphibian data was collected. A map highlighting these towns was created using ggplot(), with the full state map shown in light gray and the towns of interest marked in red. Labels were added to identify the selected towns, and a minimalistic theme was applied to remove extraneous elements, providing a clear representation of the study area.
Amphibian data, loaded from a CSV file, was cleaned by renaming columns for clarity (e.g., # Dead to Dead, # Crossed to Crossed, Town to TOWN, and Year to year). The cleaned data was merged with the filtered New Hampshire shapefile (nh_filtered) using a left join on the TOWN column, linking the amphibian data to the corresponding towns. The dataset was then filtered to retain only the relevant columns: TOWN, Dead, and town geometries. Land use data was processed by first listing all TIFF files in the “NLCD” directory and filtering those containing “LndCov” in their filenames. The year was extracted from the filenames to create a new vector. A custom function, read_stars2, was defined to read, transform, and crop each land use file using the stars package, ensuring it matched the coordinate reference system of the New Hampshire data and was cropped to the state boundary. The function was applied to each land use dataset using lapply, and the datasets were named based on the extracted year information.
A CSV file containing a land cover legend was loaded, and the landuse column was converted into a factor. A custom function, join_dat, was defined to join the land use data with New Hampshire town boundaries, drop geometry information, and filter the data based on specific development categories. This function was applied to each land use dataset, and the results were combined into one dataframe (nh_lu_combined), which was filtered to remove any missing values.
The development index for each town and year was calculated by grouping the data by town and year, calculating the proportion of each land use category, and applying a score based on the legend. The logarithm of the sum of these scores, weighted by their proportions, formed the final development index for each town-year combination. The amphibian data was processed to ensure consistent year formatting, and the development index was merged with the amphibian data to create a final combined dataset (combined_data), which was filtered to remove missing values.
The analysis involved several statistical techniques to understand the influence of urbanization on amphibian road crossings and mortality. Trends in amphibian mortality rates across years were explored by calculating the ratio of dead to crossed amphibians, with the data differentiated by species. A line graph was created to show how mortality rates changed over time, highlighting the impact of road crossings on amphibian populations.
A random forest model was constructed using the development index (a measure of urbanization), year, species, and town as predictors for the number of amphibian road crossings. This model assessed the relative importance of each predictor in explaining amphibian mortality across towns, with the variable importance plot showing the development index and species as key contributors.
A linear regression model was used to explore the relationship between urbanization and amphibian crossings, incorporating the development index, year, and town as predictors. An interaction term between the development index and year was added to investigate how the effect of urbanization on amphibian crossings may vary over time. The interaction plot illustrated how the development index influenced road crossings differently across years.
To provide a more detailed understanding of town-specific urbanization patterns, the development index trends for Keene, Hancock, Nelson, and Peterborough were examined over time. Graphs for each town were created to show the relationship between the development index and time.
To assess whether amphibian mortality from road crossing is spatially autocorrelated, we produced a map of amphibians dead across Hancock, Peterborough, Nelson, and Keene in New Hampshire.
Map of amphibian mortality across New Hampshire, depicting the count of dead amphibians observed due to road crossings. The color gradient indicates the varying number of mortalities, with darker shades representing higher counts. Town names are labeled for reference.
Next, to assess trends in amphibian mortality rates from road crossings across multiple years, we plotted the mortality rates (calculated as the ratio of dead to crossed amphibians) for different species over time. This analysis allows us to explore whether mortality rates have changed over the years, potentially indicating the influence of urbanization on amphibian populations.
Trends in amphibian mortality rates (ratio of dead to crossed amphibians) across multiple years, differentiated by species. The graph illustrates how mortality rates have changed over time, providing insights into the impact of road crossings on amphibian populations. Higher mortality rates in certain years or species may indicate increased vulnerability, potentially influenced by urbanization.
To explore the influence of urbanization and other variables on amphibian road crossings, we constructed a random forest model using the development index (dev_index), year, species, and town as predictors for the number of road crossings (Crossed). The model allows us to assess the relative importance of each predictor in explaining amphibian mortality across towns.
Variable Importance Plot from Random Forest Model. This plot displays the importance of each predictor variable in the random forest model used to assess the factors influencing amphibian road crossings. The predictors include the development index (dev_index), year, town (TOWN), and species. Higher importance values indicate greater influence on predicting amphibian mortality due to road crossings, with the development index and species showing notable contributions.
Building on these findings, we then performed a linear regression analysis to further explore how urbanization, along with other variables, directly impacts amphibian road crossings. The linear model allowed us to assess the strength and significance of these predictors in explaining the variation in amphibian crossings across years and towns.
This figure illustrates the relationship between the development index (dev_index) and amphibian road crossings (Crossed) across towns in New Hampshire. Each point represents observed data, with colors distinguishing different towns. The lines show linear regression trends for each town, highlighting variations in amphibian crossings in relation to urbanization levels..
To further investigate the interaction between urbanization and time by including an interaction term between the development index and year in the model. This allowed us to investigate how the effect of urbanization on amphibian road crossings may vary over time. The following figure presents the interaction between the development index and year, providing insights into how urbanization’s impact on amphibian crossings changes across different years.
This figure visualizes the interaction between the development index (dev_index) and year in influencing amphibian road crossings. The linear model suggests that the effect of urbanization on amphibian crossings may change over time, with the development index’s influence potentially varying across years. This highlights how urbanization’s impact on amphibian crossings might be stronger or weaker in different years.
Finally, after examining the broader trends of urbanization’s influence on amphibian crossings, we focused on the individual towns of Keene, Hancock, Nelson, and Peterborough to explore how their development index has evolved over time. This allows for a more detailed understanding of the town-specific urbanization patterns that might influence amphibian crossings
Figure 11 displays the development index trends for four New Hampshire towns (Keene, Hancock, Nelson, and Peterborough) from year to year. The graphs show how urbanization has evolved in these towns, with each plot illustrating the relationship between the development index and time, potentially providing insight into how these urbanization patterns may affect amphibian crossings.
Our initial goal with this project was to assess the impact of urbanization on amphibian mortality. To address this, we began by analyzing urbanization’s impact on amphibian road crossings.
The random forest model (Figure 8) identified species and the development index as the most significant predictors of amphibian crossings, confirming that urbanization has a measurable influence. Specifically, our linear regression analysis (Figure 9) revealed a relationship between the development index and amphibian road crossings. However, this relationship does not appear to be linear or exponential.
When comparing towns with different development index values, interesting patterns emerged. Hancock, Nelson, and Peterborough all had very similar numbers of amphibian crossings despite differing urbanization indexes. Between the three of them, there was a slight increase in road crossings with higher urbanization, but it was not significant as overall road crossing numbers were low. In contrast, Keene, which had the highest development index, experienced a greater number of amphibian crossing counts than any of the other three towns.
A possible explanation for this observation is that Keene is categorized within the medium human development range (0.55-0.69) based on the United Nations Development Programme development index, while the other towns fall into the low development category (United Nations Development Programme (2020)). This suggests that amphibian crossings increase significantly in areas with medium human development compared to low-development regions. This conclusion is further supported by our interaction analysis (Figure 10), which showed that amphibian crossings exceeded 750 only when the development index indicated medium development levels. This aligns with Matos, Sillero, and Argaña (2012), who found lower crossing rates in rural areas due to fewer roads and less habitat disturbance. In contrast, moderately developed areas experience higher amphibian movement across roads, as fragmented habitats force crossings to access resources like breeding ponds. Our findings suggest that road density and habitat fragmentation in medium-development areas increase crossing frequency, while urban areas like Keene may also benefit from greater public awareness and volunteer monitoring.
After understanding the relationship between urbanization and amphibian road crossings, we next examined the relationship between urbanization and amphibian mortality. Our spatial distribution maps of amphibian mortality (Figures 6 and 7) reveal that Keene, which had the highest development index, experienced the fewest amphibian deaths. Similarly, Peterborough, with the second-highest development index, had the second-fewest deaths. In contrast, Nelson and Hancock, the two towns with the lowest development indexes, recorded the highest amphibian mortality.
These findings suggest an inverse relationship between urbanization and amphibian mortality through road crossings: amphibians were more likely to die crossing roads in less urbanized areas. This result is surprising, as it seems to contradict the broader understanding that urbanization has overwhelmingly negative effects on amphibian populations through habitat fragmentation, pollution, and other factors (Wheeler, Angermeier, and Rosenberger (2005)). However, it is important to note that our study focused solely on road crossings. While road crossing success may be higher in urbanized areas—potentially due to greater awareness, visibility, or mitigation efforts such as volunteer-led conservation initiatives—these findings do not account for other significant urbanization impacts identified by Wheeler, Angermeier, and Rosenberger (2005), such as degraded water quality and reduced breeding site availability. Therefore, while road crossings may appear to favor amphibian survival in urban areas, the broader consequences of urbanization on amphibian populations remain a critical concern.
One important consideration is the source of our data. The amphibian road crossing and mortality data were collected from volunteer activists. While these contributions are invaluable, they inherently carry some limitations. Volunteer observations are unlikely to capture exact crossing and mortality counts and can only provide general estimates. Additionally, urban areas, which are more densely populated, may have attracted more volunteers, potentially inflating the number of observed crossings compared to rural areas.
In summary, while urbanization has been widely documented as a threat to amphibians, our results suggest a nuanced relationship between urbanization and road crossings. Amphibian road crossing rates appear to peak in areas of medium development, where increased human activity might coincide with higher awareness or mitigation efforts. Furthermore, while urbanized areas saw higher crossing success, mortality rates were disproportionately higher in less urbanized regions. These findings highlight the complexity of urbanization’s effects on amphibians and highlight the need for further research to account for additional environmental and human factors influencing amphibian populations. Similarly, a study by Zhao et al. (2023) titled “Evaluating the Urban-Rural Differences in the Environmental Factors Affecting Amphibian Roadkill” explored similar themes on a Taiwanese island. This research incorporated climate data, which plays a critical role in influencing amphibian migration patterns. By incorporating climatic data, which strongly influences amphibian migration patterns, the study shed light on seasonal spikes in roadkill. This underscores the importance of integrating both climate and urbanization data into conservation planning to better address amphibian population declines in the future.